home *** CD-ROM | disk | FTP | other *** search
- Path: news.ruhr-uni-bochum.de!usenet
- From: Karsten Soete <Karsten.Soete@rz.ruhr-uni-bochum.de>
- Newsgroups: comp.lang.c++
- Subject: Re: Sorting code
- Date: 20 Apr 1996 17:29:33 GMT
- Organization: Ruhr-Universitaet Bochum, Rechenzentrum
- Message-ID: <4lb6tt$kjm@sun168.rz.ruhr-uni-bochum.de>
- NNTP-Posting-Host: dialslip-24.rz.ruhr-uni-bochum.de
-
- peter@pmorton.demon.co.uk (Peter Morton) schreibt:
- > Hi,
- > I'm currently studying in my first year. The examination in June is
- > likely to include an example of a sort which will have to be worked
- > through to show the array and variable values after each pass through
- > the loop. In order to get some practice in, I am hoping that someone
- > can give me some direction as to what kind of sorts I should be
- > looking at. The ones covered so far are insertion and bubble. I do
- > have a book on sorting and searching but this is very mathematically
- > based; all I want is the code for a few to work through myself.
- > Any help/pointers to other sources appreciated.
- >
- > regards,
- >
- > Pete, Ryton, Tyne & Wear, UK
- >
-
- Try the books of Robert Sedgewick, Alogorithms, Algorithms in C or
- Algorithms in C++ published by Addison Wesley. They are the bibles
- of fundamental algorithms and should be available at the library
- of any unversity. If not, it would be an godd advise to buy them.
-
- AnimalOnLine
- Let's go berzerk!
-